API

Human resource APIs

Tags and resources

GET
human-resources/discarded-work-items
List of all discarded work periods, allowances and adjustements across all employees.
GET
human-resources/work-days/{workDayId}/periods
List of all work periods for a provided work day
DELETE
human-resources/work-days/{workDayId}/periods/{workPeriodId}
Discards a work period
GET
human-resources/work-days/{workDayId}/periods/{workPeriodId}
Details for provided work period
POST
human-resources/work-days/{workDayId}/periods/{workPeriodId}/api-operations/{apiOperationId}/instances
4 operation(s) for human-resources/work-days/{workDayId}/periods/{workPeriodId}
PUT
human-resources/work-days/{workDayId}/periods/{workPeriodId}
Saves information about the work period. If end time goes over midnight period will be split.
GET
human-resources/work-items
List of all work periods, allowances and adjustements across all employees.
POST
human-resources/work-items/api-operations/{apiOperationId}/instances
4 operation(s) for human-resources/work-items
GET
human-resources/work-items/summary-by-timetype?date={date}&employeeId={employeeId}&workAgreementId={workagreementId}
Key figures of work items. Keyfigures gives a meaningful summary about per employee or for all employees.
GET
human-resources/work-periods
List of all work periods across all employees
POST
human-resources/work-periods/api-operations/{apiOperationId}/instances
3 operation(s) for human-resources/work-periods
POST
human-resources/work-periods
Create new work period. If the period goes over midnight, it will be split into two periods and will return the last one.